[Upgrading Instructions]

==========================================================================================
I. Upgrade from 1.2.3 to 1.2.3 Patch 1
==========================================================================================
1. Upload the contents of the upload/ folder to your XenForo root.
2. You are done (No need to import XML).

==========================================================================================
I. Upgrade from 1.2.2 to 1.2.3
==========================================================================================
1. Upload the contents of the upload/ folder to your XenForo root.
2. Import XML file "addon-sonnbStopSpamHere.xml" from your AdminCP.
3. You are done

==========================================================================================
I. Upgrade from 1.2.1 to 1.2.2
==========================================================================================
1. Upload the contents of the upload/ folder to your XenForo root.
2. Import XML file "addon-sonnbStopSpamHere.xml" from your AdminCP.
3. You are done

==========================================================================================
I. Upgrade from older versions to 1.2.2
==========================================================================================
1. Upload the contents of the upload/ folder to your XenForo root.
2. Import XML file "addon-sonnbStopSpamHere.xml" from your AdminCP.
3. Additional template edit
	a. If you are using TMS (Template Modification System - http://xenforo.com/community/resources/template-modification-system-tms.293):
		- There is no manual template edit since you already have 
		TMS installed. All the template changes would be applied using TMS
	b. If you do have have TMS installed:
		- thread_view  Add inline moderation task to post:
			+ Open template "thread_view"
			+ Search for:
				<xen:if is="{$inlineModOptions.delete}"><option value="delete">{xen:phrase delete_posts}...</option></xen:if>
			+ Insert Before/After: 
				<xen:hook name="sonnb_stop_spam_thread_view_delete" />
		- member_view  Add inline moderation task to profile post
			+ Open template "member_view"
			+ Search for:
				<xen:if is="{$inlineModOptions.delete}"><option value="delete">{xen:phrase delete_posts}</option></xen:if>
			+ Insert Before/After: 
				<xen:hook name="sonnb_stop_spam_profile_post_delete" />
		- inline_mod_controls_thread  Add inline moderation task to thread list
			+ Open template "inline_mod_controls_thread"
			+ Search for:
				<xen:if is="{$inlineModOptions.delete}"><option value="delete">{xen:phrase delete_threads}...</option></xen:if>
			+ Insert Before/After: 
				<xen:hook name="sonnb_stop_spam_thread_list_delete" />

==========================================================================================